/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {

}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {

}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {


}

 
/* small mobile :320px. */
@media (max-width: 767px) {
    .tel{
        display: block;
    }
    footer{
        min-height: 75px;
        background: none;
    }
    .pb-100{
        padding-bottom: 50px;
    }
    .pb-90{
        padding-bottom: 45px;
    }
    .pt-90{
        padding-top: 45px;
    }
    .pb-70{
        padding-bottom: 35px;
    }
    .kabout {
        margin: 0;
    }
    footer div{
        display: none;
    }
    .header-logo .img-fluid{
         max-width: 190px;
    }
    .cta-bg .cta-number{
        margin: 0;
        display: flex;
    }
    .blog-author-img.f-left {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .blog-single-comment.d-flex {
        display: inherit !important;
    }
    .blog-comment-box .blog-single-comment .blog-comment-img {
        margin-bottom: 20px;
        width: inherit;
    }
    .blog-author-img.f-left {
        float: none;
    }
}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* small mobile  */
@media only screen  and (max-width: 574px) {

}
